Overload | Description |
---|---|
NotStartWithEquivalentOf(String,String,Object[]) | Asserts that a string does not start with the specified unexpected value, including any leading or trailing whitespace, with the exception of the casing. |
NotStartWithEquivalentOf(String,Func<EquivalencyOptions<String>,EquivalencyOptions<String>>,String,Object[]) | Asserts that a string does not start with the specified unexpected value, using the provided config. |